<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>北京市企业信用信息网</title><link rel="shortcut icon" type=image/x-icon href=/static/favicon.ico><link rel=stylesheet href=/static/artery-ui/artery-ui.min.css><link href=/static/css/app.3f5fa46c1e716106f0d4f4ca26a198b6.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.79572bc2cc19e8241eee.js></script><script type=text/javascript src=/static/js/vendor.284774a8e75640430265.js></script><script type=text/javascript src=/static/js/app.5a79cd762835aaf7b0e5.js></script><script type=text/javascript src=/static/js/manifest.7ddc7d299ad0abbc4f74.js></script><script type=text/javascript src=/static/js/vendor.84d9126d545e8aec43bd.js></script><script type=text/javascript src=/static/js/app.3f5575a2582a757f7465.js></script></body><script type=text/javascript>(function () {
    let cons;
    const doUrl = function (index, ind, url, isParent) {
      const optCon = cons[index].childNodes[2].childNodes[ind]
      if (url) {
        let optConClone = optCon.cloneNode(true)
        optConClone.onclick = function () {
          window.open(url, '_blank')
        }
        optCon.parentNode.append(optConClone)
        optCon.remove()
      } else {
        if (isParent) {
          optCon.parentNode.parentNode.remove()
        } else {
          optCon.remove()
        }
      }
    }

    let lastPath = '';
    setInterval(function () {
      if (lastPath != location.pathname) {
        if (location.pathname.startsWith('/notice/') && !lastPath.startsWith('/notice/')) {
          let inr = setInterval(function () {
            cons = document.querySelector('.menu-container ul.left-menu').childNodes
            if (cons) {
              clearInterval(inr)
              doUrl(2, 1, null)
              doUrl(2, 1, null)
              doUrl(4, 0, 'https://bj.gsxt.gov.cn/corp-query-entprise-info-xxgg-110000.html')
              doUrl(5, 0, 'https://bj.gsxt.gov.cn/corp-query-entprise-info-xxgg-110000.html')
              doUrl(5, 0, 'https://bj.gsxt.gov.cn/corp-query-entprise-info-xxgg-110000.html')
              doUrl(7, 0, null, 1)
              doUrl(8, 0, null)
            }
          }, 500)
        }
        lastPath = location.pathname
        if (location.pathname == '/home') {
          let con;
          let inr = setInterval(function () {
            con = document.querySelector('.center-con')
            if (con) {
              clearInterval(inr)
              con.childNodes[2].remove()
              con.childNodes[3].remove()
            }
          }, 200)
        }
      }
    }, 1000)
  }())</script></html>